projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13dd9d4
)
Revert "Fix etags Bug#20629 that broke C++ support."
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 May 2015 13:47:47 +0000
(16:47 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 May 2015 13:47:47 +0000
(16:47 +0300)
This reverts commit
13dd9d4f7e75d2c78aa5537cef09de03663e9748
.
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index 8b5757b814a749ed2cadb2b07961e50368466637..7a87377503d9662e3709a1af3de0ca51e88bda06 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-2075,8
+2075,7
@@
for \\[find-tag] (which see)."
(defconst etags--xref-limit 1000)
(defvar etags-xref-find-definitions-tag-order '(tag-exact-match-p
- tag-implicit-name-match-p
- tag-symbol-match-p)
+ tag-implicit-name-match-p)
"Tag order used in `etags-xref-find' to look for definitions.")
;;;###autoload